Release 10.1A: OpenEdge Data Management:
DataServer for Microsoft SQL Server
Retrieving return codes
You can create a stored procedure that provides return code information. For example, it might indicate whether the stored procedure was successful or whether it encountered an error condition.
Example 3–4 shows how 4GL code runs the stored procedure pcust. It uses the
PROC–STATUSfunction and theCLOSESTORED–PROCstatement to retrieve the return code and assign the value to the variable stat. The meaning of this return code is defined by the underlying data source.
Example 3–4: Return status example
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |